home *** CD-ROM | disk | FTP | other *** search
- #include <windows.h>
- #include <string.h>
- #define IDM_FILE 1000
- #define IDM_F_GETKBDMODE 1050
- #define IDM_F_SETKBDMODE 1100
- #define IDM_F_GETKBDHOTKEY 1150
- #define IDM_F_SETKBDHOTKEY 1200
- #define IDM_F_GETKBDDLLSSTATUS 1250
- #define IDM_F_ABOUT 1350
-
- #define IDS_ERR_REGISTER_CLASS 1
- #define IDS_ERR_CREATE_WINDOW 2
-
- char szString[128];
-
- char szAppName[20];
- HWND hInst;
- HWND hWndMain;
-
-
- LONG FAR PASCAL WndProc(HWND, WORD, WORD, LONG);
- int nCwRegisterClasses(void);
- void CwUnRegisterClasses(void);
- BOOL IsRWINDrv (HANDLE hInstance);
-